XML Einrichten Version 1.3
MULL Complex Type
XML Einrichten Version 1.3 : MULL Complex Type
Beschreibung
Segment für Multimedia Informationen zu einer Position
Namensraum (none)
Diagramm
ObjectID Element FileName Element Sequence MULL Complex Type
Overview
MULL
Segment für Multimedia Informationen zu einer Position
Sequence
FileName Restriction of xs:string
Datename
ObjectID optional Restriction of xs:string
Kennung des Objetkes in der Datei
Verwendet von
MULL Element
MULL Element
MULL Element
Quelle
<xs:complexType name="MULL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Segment für Multimedia Informationen zu einer Position </xs:documentation>
    <xs:documentation xml:lang="en">Segment for multimeda information for a single position </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FileName">
      <xs:annotation>
        <xs:documentation xml:lang="de">Datename </xs:documentation>
        <xs:documentation xml:lang="en">Filename </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="256" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ObjectID" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Kennung des Objetkes in der Datei </xs:documentation>
        <xs:documentation xml:lang="en">ID of the object within the file</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="70" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Siehe auch
XML Einrichten Version 1.3